if (flush_id == 0)
{
flush_id = g_idle_add (flush_idle, NULL);
- g_source_set_name_by_id (flush_id, "[gtk+] flush_idle");
+ g_source_set_name_by_id (flush_id, "[gtk] flush_idle");
}
}
gdk_frame_clock_flush_idle,
g_object_ref (clock_idle),
(GDestroyNotify) g_object_unref);
- g_source_set_name_by_id (priv->flush_idle_id, "[gtk+] gdk_frame_clock_flush_idle");
+ g_source_set_name_by_id (priv->flush_idle_id, "[gtk] gdk_frame_clock_flush_idle");
}
if (!priv->in_paint_idle &&
gdk_frame_clock_paint_idle,
g_object_ref (clock_idle),
(GDestroyNotify) g_object_unref);
- g_source_set_name_by_id (priv->paint_idle_id, "[gtk+] gdk_frame_clock_paint_idle");
+ g_source_set_name_by_id (priv->paint_idle_id, "[gtk] gdk_frame_clock_paint_idle");
}
}
}
if (!screen->screen_changed_id)
{
screen->screen_changed_id = g_idle_add (screen_changed_idle, screen);
- g_source_set_name_by_id (screen->screen_changed_id, "[gtk+] screen_changed_idle");
+ g_source_set_name_by_id (screen->screen_changed_id, "[gtk] screen_changed_idle");
}
}
}
id = g_timeout_add (next_image_delay,
(GSourceFunc) gdk_wayland_device_update_surface_cursor,
device);
- g_source_set_name_by_id (id, "[gtk+] gdk_wayland_device_update_surface_cursor");
+ g_source_set_name_by_id (id, "[gtk] gdk_wayland_device_update_surface_cursor");
pointer->cursor_timeout_id = id;
}
else
timeout = (seat->repeat_deadline - now) / 1000L;
seat->repeat_timer = g_timeout_add (timeout, keyboard_repeat, seat);
- g_source_set_name_by_id (seat->repeat_timer, "[gtk+] keyboard_repeat");
+ g_source_set_name_by_id (seat->repeat_timer, "[gtk] keyboard_repeat");
}
static void
id = g_timeout_add_full (G_PRIORITY_DEFAULT, 17,
gdk_drag_anim_timeout, anim,
(GDestroyNotify) gdk_drag_anim_destroy);
- g_source_set_name_by_id (id, "[gtk+] gdk_drag_anim_timeout");
+ g_source_set_name_by_id (id, "[gtk] gdk_drag_anim_timeout");
}
static gboolean
std->timeout_id = 0;
else {
std->timeout_id = g_timeout_add_seconds ((min_timeout + 500)/1000, startup_timeout, std);
- g_source_set_name_by_id (std->timeout_id, "[gtk+] startup_timeout");
+ g_source_set_name_by_id (std->timeout_id, "[gtk] startup_timeout");
}
/* always remove this one, but we may have reinstalled another one. */
if (data->timeout_id == 0) {
data->timeout_id = g_timeout_add_seconds (STARTUP_TIMEOUT_LENGTH_SECONDS,
startup_timeout, data);
- g_source_set_name_by_id (data->timeout_id, "[gtk+] startup_timeout");
+ g_source_set_name_by_id (data->timeout_id, "[gtk] startup_timeout");
}
}
{
guint id;
id = g_idle_add (callback_idle, state);
- g_source_set_name_by_id (id, "[gtk+] callback_idle");
+ g_source_set_name_by_id (id, "[gtk] callback_idle");
}
DeqAsyncHandler(state->dpy, &state->async);
{
guint id;
id = g_idle_add (roundtrip_callback_idle, state);
- g_source_set_name_by_id (id, "[gtk+] roundtrip_callback_idle");
+ g_source_set_name_by_id (id, "[gtk] roundtrip_callback_idle");
}
DeqAsyncHandler(state->dpy, &state->async);
id = g_timeout_add_full (G_PRIORITY_DEFAULT, 17,
gdk_drag_anim_timeout, anim,
(GDestroyNotify) gdk_drag_anim_destroy);
- g_source_set_name_by_id (id, "[gtk+] gdk_drag_anim_timeout");
+ g_source_set_name_by_id (id, "[gtk] gdk_drag_anim_timeout");
}
static gboolean